home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000214_news@columbia.edu_Thu Aug 24 02:37:00 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA28696
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 23 Aug 1995 22:37:53 -0400
  3. Received: by apakabar.cc.columbia.edu id AA05203
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 23 Aug 1995 22:37:52 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.mindlink.net!van-bc!vanbc.wimsey.com!io.org!usenet
  6. From: kwstreet@io.org (Kevin W Street)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: telnet arrow keys and vi
  9. Date: 24 Aug 1995 02:37:00 GMT
  10. Organization: Internex Online, Toronto, Ontario, Canada (416 363 3783)
  11. Lines: 24
  12. Message-Id: <41gokc$g6p@ionews.io.org>
  13. Nntp-Posting-Host: harley.net2.io.org
  14. X-Newsreader: NeoLogic News for OS/2 [version: 4.2]
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. I'm using the OS/2 version of C-Kermit 5A(191).  I'm having trouble with
  18. the way that the arrow keys are being interpreted by vi when telneted to
  19. a UNIX session via a slip link.  I'm using VT220 (VT100 and 102 do the
  20. same).  If I 'set key \584 \KupArr' then vi is seeing the <esc>OA stream
  21. as <esc> - go to command mode
  22.     O - open a line
  23.     A - insert the letter A
  24.  
  25. If I do 'set key \584 \{27}OA' I get the same thing.  
  26.  
  27. However if I do:
  28.     define UpArrNew out \{27}OA, connect
  29.     set key \584 \KUpArrNew
  30. then vi works correctly but the screen flashes back to kermit command mode
  31. momentarily.
  32.  
  33. I take it that there is a delay between characters with \KupArr that I'm avoiding
  34. with the macro.  Any suggestions how to get the normal terminal emulation
  35. to work properly?   (or how to make the sceen not flash if I have to use the 
  36. macro).
  37. --
  38. kwstreet@io.org
  39. Kevin W Street
  40.